home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / Development / PowerD / powerd / source / lib / chunky_lib.lha / Chunky / DeleteChunky.d < prev    next >
Encoding:
Text File  |  2001-04-15  |  130 b   |  11 lines

  1. OPT    NOEXE
  2.  
  3. OBJECT chunky32
  4.     wi/he:L,
  5.     pixel:PTR TO L,
  6.     zbuff:PTR TO F
  7.  
  8. PROC DeleteChunky(ch:PTR TO chunky32)
  9.     FreeVec(ch)
  10. ENDPROC
  11.